home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 11 / CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso / cucd / programming / dignet / dignet.readme < prev    next >
Text File  |  1997-03-16  |  3KB  |  82 lines

  1. Short:    Easy(tm) ser network handle for games/progs
  2. Uploader: kenny@bgnett.no (Kenneth "Kenny" Nilsen)
  3. Author:   kenny@bgnett.no (Kenneth "Kenny" Nilsen)
  4. Type:     util/libs 
  5. Requires: kickstart 2.0+
  6. Version:  3.023
  7.  
  8.  
  9. MAJOR UPDATE!
  10.  
  11. $VER: dignet.library 3.0 (17.03.97)
  12.  
  13. Copyright (C) 1997 by Digital Surface/Kenneth "Kenny" Nilsen.
  14. All rights reserved.
  15.  
  16. NEWS:    - Many powerful functions added (27)     [library is < 6 kb]
  17.     - Now including charset convert tables!
  18.     - Functions for handling modem call/receive -> returns modembaud
  19.     - More speed improvements
  20.     - Now defaults to preference settings (own function to set
  21.           a "safe" setting)
  22.     - Resource tracking improved, made public
  23.     - More debug tools and functions
  24.     - Functions for converting special strings ("ATZ\r" -> ATZ(13) etc)
  25.     - Functions to convert Amiga <-> PC text formats
  26.     - Added more functions for advanced usage
  27.     - Functions for setting parameters (baud/default)
  28.     - Added NIL support for the FlushNet() command (no more trash left)
  29.     - Optimized the library even more
  30.     - Minor bugfixes
  31.     - Cleaned up and added information to includes and autodoc
  32.  
  33. Includes a simple terminal program that uses the dignet.library and take
  34. advantages of the speed improvements. Source and binary included!
  35. Terminal program improved as well.
  36.  
  37. ----------------------------------------------------------------------------
  38.  
  39. INTRODUCTION
  40.  
  41. Always  wanted to make games or programs that could support serial network ?
  42. This will maybe be the solution for you.  This library will do all the dirty
  43. work  for  you.   All  you need to do is to call read and write functions to
  44. communicate.   No  more hustling with setting up structures, ports and pools
  45. to use the device.  No more DoIO.
  46.  
  47. From  version  3  you  can  even  dialup  via modem or receive from modem by
  48. calling a function.  The function do the dial/wait studd and return error or
  49. baud speeds.  You can even make your own BBS program.
  50.  
  51. Tested with duart.device 0 and 1 with nullmodem-cable.  Tested agains modem.
  52. Should work fine with serial.device and compatible devices.  Do not use with
  53. other devices such as trackdisk.device etc. Doesn't seem to work with the
  54. nullmodem.device.. perhaps the default init cause this.
  55.  
  56. The library functions are fully re-entrant.
  57.  
  58.  
  59. From version 3 we included full charset converter tables in the archive.
  60.  
  61.  
  62. IMPORTANT:
  63. ----------
  64.  
  65. Read the guide file for important notes!
  66.  
  67. Developer files for assembler and C included. Notify me if the C includes
  68. are incomplete or wrong, I am not a C guru at all (assembler is fine
  69. though ;)
  70.  
  71. Email me for bugs or comments. I am happy to receive ideas!.
  72.  
  73.  
  74. TODO:
  75.  
  76. - Finish the internal protocol send/receive.
  77.  
  78.  
  79. IDEAS:
  80.  
  81. - Functions to support voice modems ?!
  82.